Upgrade CodeQL CLI dependency to v2.24.3#324
Merged
data-douser merged 2 commits intomainfrom Mar 10, 2026
Merged
Conversation
fc5a692 to
45ef92e
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s pinned CodeQL CLI (and associated standard library/bundle references) to v2.24.3, aligning all CodeQL pack versions and lockfiles with that release.
Changes:
- Bumped CodeQL CLI configuration in
qlt.conf.jsonto2.24.3(CLI, standard library ref, and bundle). - Updated all shown
qlpack.ymlpack versions from2.24.2to2.24.3. - Refreshed CodeQL pack lockfiles to the dependency versions resolved under the updated CLI/toolchain.
Reviewed changes
Copilot reviewed 27 out of 27 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
qlt.conf.json |
Updates pinned CodeQL CLI/stdlib/bundle references to 2.24.3. |
javascript/heuristic-models/tests/qlpack.yml |
Bumps test pack version to 2.24.3. |
javascript/heuristic-models/tests/codeql-pack.lock.yml |
Updates resolved dependency versions for the test pack. |
javascript/heuristic-models/ext/qlpack.yml |
Bumps heuristic models extension pack version to 2.24.3. |
javascript/frameworks/xsjs/test/qlpack.yml |
Bumps XSJS test pack version to 2.24.3. |
javascript/frameworks/xsjs/test/codeql-pack.lock.yml |
Updates resolved dependency versions for XSJS tests. |
javascript/frameworks/xsjs/src/qlpack.yml |
Bumps XSJS queries pack version to 2.24.3. |
javascript/frameworks/xsjs/src/codeql-pack.lock.yml |
Updates resolved dependency versions for XSJS queries pack. |
javascript/frameworks/xsjs/lib/qlpack.yml |
Bumps XSJS “all” library pack version to 2.24.3. |
javascript/frameworks/xsjs/lib/codeql-pack.lock.yml |
Updates resolved dependency versions for XSJS library pack. |
javascript/frameworks/xsjs/ext/qlpack.yml |
Bumps XSJS models extension pack version to 2.24.3. |
javascript/frameworks/ui5/test/qlpack.yml |
Bumps UI5 test pack version to 2.24.3. |
javascript/frameworks/ui5/test/codeql-pack.lock.yml |
Updates resolved dependency versions for UI5 tests. |
javascript/frameworks/ui5/src/qlpack.yml |
Bumps UI5 queries pack version to 2.24.3. |
javascript/frameworks/ui5/src/codeql-pack.lock.yml |
Updates resolved dependency versions for UI5 queries pack. |
javascript/frameworks/ui5/lib/qlpack.yml |
Bumps UI5 “all” library pack version to 2.24.3. |
javascript/frameworks/ui5/lib/codeql-pack.lock.yml |
Updates resolved dependency versions for UI5 library pack. |
javascript/frameworks/ui5/ext/qlpack.yml |
Bumps UI5 models extension pack version to 2.24.3. |
javascript/frameworks/ui5-webcomponents/test/qlpack.yml |
Bumps UI5 webcomponents test pack version to 2.24.3. |
javascript/frameworks/ui5-webcomponents/test/codeql-pack.lock.yml |
Updates resolved dependency versions for UI5 webcomponents tests. |
javascript/frameworks/cap/test/qlpack.yml |
Bumps CAP test pack version to 2.24.3. |
javascript/frameworks/cap/test/codeql-pack.lock.yml |
Updates resolved dependency versions for CAP tests. |
javascript/frameworks/cap/src/qlpack.yml |
Bumps CAP queries pack version to 2.24.3. |
javascript/frameworks/cap/src/codeql-pack.lock.yml |
Updates resolved dependency versions for CAP queries pack. |
javascript/frameworks/cap/lib/qlpack.yml |
Bumps CAP “all” library pack version to 2.24.3. |
javascript/frameworks/cap/lib/codeql-pack.lock.yml |
Updates resolved dependency versions for CAP library pack. |
javascript/frameworks/cap/ext/qlpack.yml |
Bumps CAP models extension pack version to 2.24.3. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR upgrades the CodeQL CLI version to v2.24.3.
Changes made:
qlt.conf.json(CodeQLCLI, CodeQLStandardLibrary, CodeQLCLIBundle) to2.24.32.24.3To complete the release, merge this PR and then trigger the release workflow
via
workflow_dispatchonrelease.ymlwith versionv2.24.3.